***** Documentation about Demicron's "datatext" java-applet ****
********* Version 1.1, programmed by Anibal Wainstein ********** 

Licence agreement:

The registration number for this applet is A00009.
Note that Demicron doesn't take any responsibility against damage this 
applet may do to your system or another. The applet is freeware and 
may be used commercially by anyone. It may not be altered in any way.

Description:
              
Datatext simulates a computer terminal. You can have several 
pages and you can choose background or foreground color.

Configuration:

* "demicron" (must be "www.demicron.se") Required parameter.
* "reg" (must be "A00009") Required parameter.
* "foreground" (hexadecimal color value) The text color.
* "background" (hexadecimal color value) The background color.
* "width" (integer number) The applet width in pixels.
* "sleeptime" (integer number) Printing delay. Should be around 50.
* "fontsize" (integer number) Maximum Font size. Should be 12.
* "maxitems" (integer number) Number of lines.
* "maxrows" (integer number) Maximum rows in the screen. If you have 
  more lines that will fit in a page the applet switches the page 
  automatically.
* "itemxx" (text) A line item.

You calculate the height of the applet with the following formula:

Applet height = (maxrows + 1) * fontsize

Here is an example of a HTML-configuration with recommended values:

<APPLET CODE="datatext.class" WIDTH=330 HEIGHT=216>
<PARAM name="demicron" value="www.demicron.se">
<PARAM name="reg" value="A00009">
<PARAM name="foreground" value="00ff00">
<PARAM name="background" value="000000">
<PARAM name="maxrows" value="17">
<PARAM name="width" value="330">
<PARAM name="sleeptime" value="50">
<PARAM name="fontsize" value="12">
<PARAM name="maxitems" value="31">
<PARAM name="item0" value="Welcome to Demicron">
<PARAM name="item1" value=" ">
<PARAM name="item2" value=" ">
<PARAM name="item3" value=" ">
<PARAM name="item4" value=" ">
<PARAM name="item5" value="We work with the following">
<PARAM name="item6" value="subjects:">
<PARAM name="item7" value=" ">
<PARAM name="item8" value="* Java programming">
<PARAM name="item9" value="* Javascript programming">
<PARAM name="item10" value="* Visual C++ programming">
<PARAM name="item11" value="* Web-design">
<PARAM name="item12" value="* Animation">
<PARAM name="item13" value="* 3D-modeling">
<PARAM name="item14" value=" ">
<PARAM name="item15" value=" ">
<PARAM name="item16" value=" ">
<PARAM name="item17" value=" ">
<PARAM name="item18" value="This applet is called datatext...">
<PARAM name="item19" value="It simulates a terminal">
<PARAM name="item20" value=" ">
<PARAM name="item21" value="You can choose among other things">
<PARAM name="item22" value=" ">
<PARAM name="item23" value="* The background color">
<PARAM name="item24" value="* The text color">
<PARAM name="item25" value="* Printing speed">
<PARAM name="item26" value="* Font size ">
<PARAM name="item27" value="* Applet width ">
<PARAM name="item28" value=" ">
<PARAM name="item29" value="Note that the Courier font is">
<PARAM name="item30" value="obligatory because of technical reasons">

</APPLET>
